object ReminderForm: TReminderForm Left = 689 Top = 409 BorderIcons = [biSystemMenu] BorderStyle = bsDialog BorderWidth = 3 Caption = 'Backup Scheduler 98 Reminder' ClientHeight = 289 ClientWidth = 434 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Bevel1: TBevel Left = 0 Top = 20 Width = 434 Height = 2 Align = alTop Shape = bsTopLine end object Image1: TImage Left = 0 Top = 22 Width = 40 Height = 178 Align = alLeft Center = True Picture.Data = {} end object Bevel2: TBevel Left = 0 Top = 200 Width = 434 Height = 2 Align = alBottom Shape = bsBottomLine end object lbDate: TStaticText Left = 0 Top = 0 Width = 434 Height = 20 Align = alTop Caption = 'lbDate' TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 202 Width = 434 Height = 87 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 28 Top = 9 Width = 85 Height = 16 Anchors = [akLeft, akBottom] Caption = 'Sign Out Date:' end object Label2: TLabel Left = 54 Top = 37 Width = 60 Height = 16 Anchors = [akLeft, akBottom] Caption = 'Signature:' end object Button1: TButton Left = 274 Top = 33 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Sign Out' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 358 Top = 33 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'No' TabOrder = 1 OnClick = Button2Click end object DTPick: TDateTimePicker Left = 120 Top = 5 Width = 151 Height = 24 Anchors = [akLeft, akBottom] CalAlignment = dtaLeft Date = 36101.930990277780000000 Time = 36101.930990277780000000 DateFormat = dfShort DateMode = dmComboBox Kind = dtkDate ParseInput = False TabOrder = 2 end object edSignature: TEdit Left = 120 Top = 33 Width = 149 Height = 24 Anchors = [akLeft, akBottom] TabOrder = 3 end object StaticText1: TStaticText Left = 2 Top = 70 Width = 227 Height = 20 Cursor = crHandPoint Anchors = [akLeft, akBottom] Caption = 'Cibeo Support Products and Updates' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False TabOrder = 4 OnClick = StaticText1Click end end end